home *** CD-ROM | disk | FTP | other *** search
/ Comix Games / Comix Games.iso / waldopc / install.exe / _SETUP.1 / WALDOPC.EXE / WALDOPC.DXR / 00464.ls < prev    next >
Encoding:
Text File  |  1996-06-11  |  167 b   |  11 lines

  1. on exitFrame
  2.   global gamewinnum, onethru
  3.   if gamewinnum = 3 then
  4.     if onethru = 0 then
  5.       go("3rdwiz")
  6.     else
  7.       go(the frame + 1)
  8.     end if
  9.   end if
  10. end
  11.